home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2004 April / Gamestar_61_2004-04_dvdb.iso / DVDStar / Editace / hltp.exe / {app} / Source Code / Textures SDK / qlumpy / qlumpy.h < prev    next >
C/C++ Source or Header  |  1998-12-02  |  576b  |  27 lines

  1. /***
  2. *
  3. *    Copyright (c) 1998, Valve LLC. All rights reserved.
  4. *    
  5. *    This product contains software technology licensed from Id 
  6. *    Software, Inc. ("Id Technology").  Id Technology (c) 1996 Id Software, Inc. 
  7. *    All Rights Reserved.
  8. *
  9. ****/
  10.  
  11. #include "cmdlib.h"
  12. #include "scriplib.h"
  13. #include "lbmlib.h"
  14. #include "wadlib.h"
  15.  
  16.  
  17. extern  byte    *byteimage, *lbmpalette;
  18. extern  int     byteimagewidth, byteimageheight;
  19.  
  20. #define SCRN(x,y)       (*(byteimage+(y)*byteimagewidth+x))
  21.  
  22. extern  byte    *lump_p;
  23. extern  byte    *lumpbuffer;
  24.  
  25. extern    char    lumpname[];
  26.  
  27.